djbuch.kapitel_10
Class DJLoopCommandDumpDoc

java.lang.Object
  |
  +--djbuch.kapitel_10.DJLoopCommand
        |
        +--djbuch.kapitel_10.DJLoopCommandDumpDoc

public class DJLoopCommandDumpDoc
extends DJLoopCommand

Author:
Thomas Ekert

Field Summary
 
Fields inherited from class djbuch.kapitel_10.DJLoopCommand
TYPE_COLLECTION, TYPE_DATABASE, TYPE_UNDEFINED, TYPE_VIEW
 
Constructor Summary
DJLoopCommandDumpDoc(View view)
           
 
Method Summary
 boolean execute(Document doc)
           
 int getSize()
           
 
Methods inherited from class djbuch.kapitel_10.DJLoopCommand
getCollection, getDatabase, getType, getView
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DJLoopCommandDumpDoc

public DJLoopCommandDumpDoc(View view)
                     throws NotesException
Method Detail

execute

public boolean execute(Document doc)
                throws NotesException
Specified by:
execute in class DJLoopCommand
Parameters:
doc - - Dokument, auf dem die Aktion ausgeführt wird
Returns:
- false, falls die Loopaktion abgebrochen werden soll.
NotesException

getSize

public int getSize()